home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / FlashGauntlet.swf / scripts / DefineButton2_105 / BUTTONCONDACTION on(keyPress `).as next >
Encoding:
Text File  |  2001-07-14  |  89 b   |  6 lines

  1. on(keyPress "`"){
  2.    _root.health = 999;
  3.    _root.keys = 9;
  4.    _root.potions = 9;
  5. }
  6.